Append a varying string to the current record of the default unit, terminating the record
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(varying_string), | intent(in) | :: | string | |||
| integer, | intent(out), | optional | :: | iostat |
Append a varying string to the current record of the default unit, terminating the record
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string | |||
| integer, | intent(out), | optional | :: | iostat |
Append a varying string to the current record of the specified unit, terminating the record
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| type(varying_string), | intent(in) | :: | string | |||
| integer, | intent(out), | optional | :: | iostat |
Append a varying string to the current record of the specified unit, terminating the record
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | unit | |||
| character(len=*), | intent(in) | :: | string | |||
| integer, | intent(out), | optional | :: | iostat |